home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / ldaps.pm < prev    next >
Text File  |  2008-04-02  |  89b  |  8 lines

  1. package URI::ldaps;
  2. require URI::ldap;
  3. @ISA=qw(URI::ldap);
  4.  
  5. sub default_port { 636 }
  6.  
  7. 1;
  8.